home *** CD-ROM | disk | FTP | other *** search
/ Pesquisa Dirigida / Pesquisa Dirigida.iso / JOGOS / mini_putt2.swf / scripts / DefineButton2_13 / BUTTONCONDACTION on(press).as
Text File  |  2005-01-07  |  158b  |  8 lines

  1. on(press){
  2.    tellTarget("_root")
  3.    {
  4.       site = version;
  5.       getURL("http://www.psychogoldfish.com/mini_putt/leaderboard.php","","POST");
  6.    }
  7. }
  8.